home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C++
/
Applications
/
Muddweller 1.2
/
source code
/
Main
/
EDStuff.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-02-11
|
336 b
|
16 lines
|
[
TEXT/MPS
]
/* EDStuff - Implementation of the ed-based file-transfer routines */
#ifndef __EDSTUFF__
#define __EDSTUFF__
#ifndef __MUDDOC__
#include "MUDDoc.h"
#endif
pascal void EDReceive (TMUDDoc *theDoc, Str255 path, Str255 fileName,
short vRefNum);
pascal void EDSend (TMUDDoc *theDoc, AppFile *theFile, Str255 path);
#endif